Einhugur Word Component for Buoy

Run Class

The run class represents single styling context within a paragraph. The Run carries the text parts and the styling info.

ParagraphItem
   Run

class Run

Constructors

Run (private) Private constructor.

Properties

BoldGets or sets bold styling of the run.
IsDrawingReturns true if the run object is Drawing, else false.
IsPageBreakReturns true if the run is PageBreak.
IsShapeReturns true if the Run is Shape.
ItalicGets or sets italic styling of the run.
ShapeReturns the shape object of the Run if the Run is a shape, else nil is returned.
TextText which the run carries.
TextColorColor for the text on the Run.
VerticalAlignmentSets or gets vertical alignment which is basically subscript and superscript.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 64 bit
  • Linux ARM 64 bit